home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / hity wydania / Ubuntu 9.10 PL / karmelkowy-koliberek-desktop-9.10-i386-PL.iso / casper / filesystem.squashfs / usr / share / m17n / ne-rom.mim < prev    next >
Text File  |  2009-04-29  |  2KB  |  128 lines

  1. ;; ne-rom.mim -- Nepali input method for romanized layout
  2. ;; This files implements the romanized keyboard layout published by MPP.
  3. ;; Copyright (c) 2005 Suyash Shrestha <suyash.shr@gmail.com>
  4.  
  5. ;; This file is part of the m17n contrib; a sub-part of the m17n
  6. ;; library.
  7.  
  8. ;; The m17n library is free software; you can redistribute it and/or
  9. ;; modify it under the terms of the GNU Lesser General Public License
  10. ;; as published by the Free Software Foundation; either version 2.1 of
  11. ;; the License, or (at your option) any later version.
  12.  
  13. ;; The m17n library is distributed in the hope that it will be useful,
  14. ;; but WITHOUT ANY WARRANTY; without even the implied warranty of
  15. ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
  16. ;; Lesser General Public License for more details.
  17.  
  18. ;; You should have received a copy of the GNU Lesser General Public
  19. ;; License along with the m17n library; if not, write to the Free
  20. ;; Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
  21. ;; Boston, MA 02110-1301, USA.
  22.  
  23. (input-method ne rom)
  24.  
  25. (description "Nepali input method for romanized layout.
  26. Author: Suyash Shrestha <suyash.shr@gmail.com>
  27. ")
  28.  
  29. (title "Ne")
  30.  
  31. (map
  32.  (trans
  33.   ("!" ?!)
  34.   ("\"" ?\")
  35.   ("#" ?#)
  36.   ("$" "αñ░αÑü")
  37.   ("'" ?')
  38.   ("(" ?()
  39.   (")" ?))
  40.   ("+" ?+)
  41.   ("," ?,)
  42.   ("-" ?-)
  43.   ("." ?αÑñ)
  44.   ("/" ?αÑì)
  45.   ("0" ?αѪ)
  46.   ("1" ?αѺ)
  47.   ("2" ?αÑ¿)
  48.   ("3" ?αÑ⌐)
  49.   ("4" ?αѬ)
  50.   ("5" ?αѽ)
  51.   ("6" ?αѼ)
  52.   ("7" ?αÑ¡)
  53.   ("8" ?αÑ«)
  54.   ("9" ?αÑ»)
  55.   (":" ?:)
  56.   (";" ?;)
  57.   ("<" ?αñÖ)
  58.   ("=" ?=)
  59.   (">" ?αÑÑ)
  60.   ("?" ??)
  61.   ("@" ?@)
  62.   ("A" ?αñå)
  63.   ("B" ?αñ¡)
  64.   ("C" ?αñÜ)
  65.   ("D" ?αñº)
  66.   ("E" ?αÑê)
  67.   ("F" ?αñè)
  68.   ("G" ?αñÿ)
  69.   ("H" ?αñà)
  70.   ("I" ?αÑÇ)
  71.   ("J" ?αñ¥)
  72.   ("K" ?αñû)
  73.   ("L" ?αñ│)
  74.   ("M" ?αñé)
  75.   ("N" ?αñú)
  76.   ("O" ?αñô)
  77.   ("P" ?αñ½)
  78.   ("Q" ?αñá)
  79.   ("R" ?αÑâ)
  80.   ("S" ?αñ╢)
  81.   ("T" ?αñÑ)
  82.   ("U" ?αÑé)
  83.   ("V" ?αñü)
  84.   ("W" ?αñö)
  85.   ("X" ?αñó)
  86.   ("Y" ?αñ₧)
  87.   ("Z" ?αñï)
  88.   ("[" ?αñç)
  89.   ("\\" ?αÑÉ)
  90.   ("]" ?αñÅ)
  91.   ("_" ?αÑÆ)
  92.   ("`" ?αñ╝)
  93.   ("a" ?αñ╛)
  94.   ("b" ?αñ¼)
  95.   ("c" ?αñ¢)
  96.   ("d" ?αñª)
  97.   ("e" ?αÑç)
  98.   ("f" ?αñë)
  99.   ("g" ?αñù)
  100.   ("h" ?αñ╣)
  101.   ("i" ?αñ┐)
  102.   ("j" ?αñ£)
  103.   ("k" ?αñò)
  104.   ("l" ?αñ▓)
  105.   ("m" ?αñ«)
  106.   ("n" ?αñ¿)
  107.   ("o" ?αÑï)
  108.   ("p" ?αñ¬)
  109.   ("q" ?αñƒ)
  110.   ("r" ?αñ░)
  111.   ("s" ?αñ╕)
  112.   ("t" ?αññ)
  113.   ("u" ?αÑü)
  114.   ("v" ?αñ╡)
  115.   ("w" ?αÑî)
  116.   ("x" ?αñí)
  117.   ("y" ?αñ»)
  118.   ("z" ?αñ╖)
  119.   ("{" ?αñê)
  120.   ("|" ?αñâ)
  121.   ("}" ?αñÉ)
  122.   ("~" ?αñ╜)
  123.   ))
  124.  
  125. (state
  126.   (init
  127.     (trans)))
  128.